home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 1_general / ctcp / utc < prev    next >
Encoding:
Text File  |  2001-03-21  |  722 b   |  20 lines

  1. Synopsis:
  2.    ctcp [=]<nick>|<channel> utc <time value>
  3.  
  4. Description:
  5.    This is a convenient means by which to send another client the current
  6.    time in your locale without requiring them to request it first.  The
  7.    time value sent is in the same format as used with CTCP PING.
  8.  
  9. Examples:
  10.    To send another client the current time in your time zone (note that
  11.    EVAL is necessary to expand $time() to the actual value when used from
  12.    the input line):
  13.       /eval ctcp nickname utc $time()
  14.  
  15. Other Notes:
  16.    CTCP UTC is used primarily by robots or other automatons.  Unlike
  17.    other CTCP commands, an automatic reply is not generated.  Instead,
  18.    it appears to the recipient as a normal MSG.
  19.  
  20.